Upload file 文件上传
isAutoInstall 0 Upload only | 1 Upload and install 0 仅上传 1 上传后安装
//Uploading files
{
"action": "beginfilesend",
"comm": {
"filePaths":"c:\\laixi\\laixi.apk",
"isAutoInstall":"0",
"deviceIds":"fa3523ea0510,8318fc66"
}
}
//Stop uploading files
{
"action": "stopsendfile",
"comm": {
"deviceIds":"fa3523ea0510,8318fc66"
}
}